-
Home
-
ReCrawler
-
0.1.5 (latest)
-
Code
-
Classes
- BCMath
Total Complexity |
71 |
Dependencies |
4 |
Dependents |
0 |
Total lines |
619 |
Lines of code |
238 |
Logical lines of code |
141 |
Comment lines |
332 |
Methods |
38 |
Properties |
6 |
Methods 38
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
initialize() |
A |
50 |
9 |
24 |
testSmallPrimes() |
S |
55 |
6 |
19 |
toBytes() |
S |
56 |
5 |
16 |
extendedGCD() |
S |
54 |
2 |
21 |
negate() |
S |
65 |
3 |
8 |
__construct() |
S |
64 |
3 |
10 |
divide() |
S |
62 |
3 |
10 |
abs() |
S |
70 |
3 |
5 |
make_odd() |
S |
72 |
2 |
5 |
scan1divide() |
S |
64 |
2 |
9 |
between() |
S |
78 |
2 |
3 |
normalize() |
S |
66 |
2 |
8 |
isNegative() |
S |
77 |
2 |
3 |
toString() |
S |
71 |
2 |
6 |
powModInner() |
S |
66 |
2 |
8 |
setBitmask() |
S |
75 |
1 |
4 |
max() |
S |
79 |
1 |
3 |
min() |
S |
79 |
1 |
3 |
pow() |
S |
72 |
1 |
5 |
isOdd() |
S |
77 |
1 |
3 |
testBit() |
S |
76 |
1 |
3 |
randomRange() |
S |
78 |
1 |
3 |
randomRangePrime() |
S |
78 |
1 |
3 |
isValidEngine() |
S |
79 |
1 |
3 |
powMod() |
S |
79 |
1 |
3 |
modPow() |
S |
79 |
1 |
3 |
compare() |
S |
78 |
1 |
3 |
bitwise_leftShift() |
S |
71 |
1 |
5 |
bitwise_rightShift() |
S |
71 |
1 |
5 |
bitwise_xor() |
S |
80 |
1 |
3 |
bitwise_or() |
S |
80 |
1 |
3 |
bitwise_and() |
S |
80 |
1 |
3 |
gcd() |
S |
76 |
1 |
4 |
modInverse() |
S |
80 |
1 |
3 |
multiply() |
S |
72 |
1 |
5 |
subtract() |
S |
72 |
1 |
5 |
add() |
S |
72 |
1 |
5 |
equals() |
S |
80 |
1 |
3 |